home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / src / amitcp / protos / netinet / tcp_debug_protos.h < prev    next >
Encoding:
Text File  |  1993-03-05  |  200 b   |  11 lines

  1. /* Prototypes for functions defined in
  2. tcp_debug.c
  3.  */
  4.  
  5. void tcp_trace(int act,
  6.               int ostate,
  7.               struct tcpcb * tp,
  8.               struct tcpiphdr * ti,
  9.               int req);
  10.  
  11.